home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmMainWindowSetAreas.z / XmMainWindowSetAreas
Encoding:
Text File  |  2003-11-18  |  5.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_M_a_i_n_W_i_n_d_o_w_S_e_t_A_r_e_a_s - A MainWindow function that identifies
  10.       manageable children for each area
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <Xm/MainW.h>
  14.  
  15.       void XmMainWindowSetAreas (wwwwiiiiddddggggeeeetttt,,,, mmmmeeeennnnuuuu____bbbbaaaarrrr,,,, ccccoooommmmmmmmaaaannnndddd____wwwwiiiinnnnddddoooowwww,,,,
  16.             hhhhoooorrrriiiizzzzoooonnnnttttaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr,,,, vvvveeeerrrrttttiiiiccccaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr,,,, wwwwoooorrrrkkkk____rrrreeeeggggiiiioooonnnn)
  17.            _W_i_d_g_e_t     wwwwiiiiddddggggeeeetttt;
  18.            _W_i_d_g_e_t     mmmmeeeennnnuuuu____bbbbaaaarrrr;
  19.            _W_i_d_g_e_t     ccccoooommmmmmmmaaaannnndddd____wwwwiiiinnnnddddoooowwww;
  20.            _W_i_d_g_e_t     hhhhoooorrrriiiizzzzoooonnnnttttaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr;
  21.            _W_i_d_g_e_t     vvvveeeerrrrttttiiiiccccaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr;
  22.            _W_i_d_g_e_t     wwwwoooorrrrkkkk____rrrreeeeggggiiiioooonnnn;
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.       _X_m_M_a_i_n_W_i_n_d_o_w_S_e_t_A_r_e_a_s identifies which    of the valid children
  26.       for each area    (such as the MenuBar and work region) are to
  27.       be actively managed by MainWindow.  This function also sets
  28.       up or    adds the MenuBar, work window, command window, and
  29.       ScrollBar widgets to the application's main window widget.
  30.  
  31.       Each area is optional; therefore, the    user can pass NULL to
  32.       one or more of the following arguments.  The window manager
  33.       provides the title bar.
  34.  
  35.       wwwwiiiiddddggggeeeetttt
  36.            Specifies the MainWindow    widget ID.
  37.  
  38.       mmmmeeeennnnuuuu____bbbbaaaarrrr
  39.            Specifies the widget ID for the MenuBar to be
  40.            associated with the MainWindow widget.  Set this    ID
  41.            only after creating an instance of the MainWindow
  42.            widget.    The attribute name associated with this
  43.            argument    is _X_m_N_m_e_n_u_B_a_r.
  44.  
  45.       ccccoooommmmmmmmaaaannnndddd____wwwwiiiinnnnddddoooowwww
  46.            Specifies the widget ID for the command window to be
  47.            associated with the MainWindow widget.  Set this    ID
  48.            only after creating an instance of the MainWindow
  49.            widget.    The attribute name associated with this
  50.            argument    is _X_m_N_c_o_m_m_a_n_d_W_i_n_d_o_w.
  51.  
  52.       hhhhoooorrrriiiizzzzoooonnnnttttaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr
  53.            Specifies the ScrollBar widget ID for the horizontal
  54.            ScrollBar to be associated with the MainWindow widget.
  55.            Set this    ID only    after creating an instance of the
  56.            MainWindow widget.  The attribute name associated with
  57.            this argument is    _X_m_N_h_o_r_i_z_o_n_t_a_l_S_c_r_o_l_l_B_a_r.
  58.  
  59.       vvvveeeerrrrttttiiiiccccaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))
  71.  
  72.  
  73.  
  74.            Specifies the ScrollBar widget ID for the vertical
  75.            ScrollBar to be associated with the MainWindow widget.
  76.            Set this    ID only    after creating an instance of the
  77.            MainWindow widget.  The attribute name associated with
  78.            this argument is    _X_m_N_v_e_r_t_i_c_a_l_S_c_r_o_l_l_B_a_r.
  79.  
  80.       wwwwoooorrrrkkkk____rrrreeeeggggiiiioooonnnn
  81.            Specifies the widget ID for the work window to be
  82.            associated with the MainWindow widget.  Set this    ID
  83.            only after creating an instance of the MainWindow
  84.            widget.    The attribute name associated with this
  85.            argument    is _X_m_N_w_o_r_k_W_i_n_d_o_w.
  86.  
  87.       For a    complete definition of MainWindow and its associated
  88.       resources, see _X_m_M_a_i_n_W_i_n_d_o_w(_3_X).
  89.  
  90.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  91.       _X_m_M_a_i_n_W_i_n_d_o_w(_3_X).
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 11/11/03)
  130.  
  131.  
  132.  
  133.